home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 6 code / TCP / NewsWatcher / NW Source / Shared Code / Reusable Source / dragutil.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-18  |  405 b   |  10 lines  |  [TEXT/MMCC]

  1. #include <AppleEvents.h>
  2. #include "Drag.h"
  3.  
  4. OSErr GetDropLocationDirectory (AEDesc *dropLocation, short *volumeID, long *directoryID);
  5. Boolean DragTargetWasTrash (DragReference dragRef);
  6. OSErr MyGetFlavorDataHandle (DragReference dragRef, ItemReference itemRef,
  7.     FlavorType theType, Handle *flavorData);
  8. OSErr DragText (EventRecord *ev, Point where, TEHandle theTE, 
  9.     Boolean *dragged, Boolean *trashed);
  10.